home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / cli / ECmd21p_bin.lha / ExtraCmds / doc / Split.man < prev    next >
Encoding:
Text File  |  1993-12-28  |  3.0 KB  |  133 lines

  1.  
  2.  
  3.  
  4. Usage(V37)                                             Usage(V37)
  5.  
  6.  
  7. FFOORRMMAATT
  8.        SSPPLLIITT   [[FFRROOMM]  _f_i_l_e]  [TTOO  _n_a_m_e]  [LLIINNEESS|BBYYTTEESS|PPAARRTTSS  _n]
  9.        [PPRROOMMPPTT]
  10.  
  11. TTEEMMPPLLAATTEE
  12.        FFRROOMM,,TTOO//KK,,LLIINNEESS//KK//NN,,BBYYTTEESS//KK//NN,,PPAARRTTSS//KK//NN,,PPRROOMMPPTT//SS
  13.  
  14. PPUURRPPOOSSEE
  15.        To split a file into pieces.
  16.  
  17. SSPPEECCIIFFIICCAATTIIOONN
  18.        SSPPLLIITT reads _f_i_l_e and writes it onto a set of output files.
  19.        The  name  of  the  first  output  file  is  _n_a_m_e  with aa
  20.        appended, and so on lexicographically, up to zz (a maximum
  21.        of 676 files). If no _n_a_m_e is given, x is default.
  22.  
  23.        The  LLIINNEESS  argument  results  in _n-line pieces, the BBYYTTEESS
  24.        argument in _n-byte pieces, and the PPAARRTTSS  argument  splits
  25.        the  input  file  into  _n parts. Only one of the arguments
  26.        LLIINNEESS, BBYYTTEESS, and PPAARRTTSS may be given. If none of them  are
  27.        given, SSPPLLIITT will default to 1000-line pieces.
  28.  
  29.        If  the  PPRROOMMPPTT  switch  is  specified,  the  user will be
  30.        prompted before each output file is written,  to  make  it
  31.        possible to change disks.
  32.  
  33.        If  no  input file is given then the default input is used
  34.        making it possible to use SSPPLLIITT as the end of a pipe-line.
  35.  
  36.        It  is  unwise to use the PPAARRTTSS switch when reading from a
  37.        pipe.
  38.  
  39. EEXXAAMMPPLLEE
  40.        If the file 'myfile' is split up with a command like this:
  41.  
  42.            1> SSPPLLIITT myfile TTOO splitfile.
  43.  
  44.        it can be assembled again with the following command:
  45.  
  46.            1> CCOONNCCAATT splitfile.?? TTOO newfile SSOORRTT
  47.  
  48.  
  49. BBUUGGSS
  50.        Does  not  check  to see if there is room for the appended
  51.        letters in the file part of _n_a_m_e. The length of  the  file
  52.        part  should not exceed 28 characters for OOFFSS and FFFFSS (and
  53.        a lot less for the MMSS--DDOOSS file system, sigh!).
  54.  
  55. AAUUTTHHOORR
  56.        Torsten Poulin (torsten@diku.dk)
  57.  
  58. UUNNRREESSTTRRIICCTTIIOONNSS
  59.        SSpplliitt is free; anyone may redistribute copies of SSpplliitt  to
  60.        anyone  under  the  terms stated in the GNU General Public
  61.  
  62.  
  63.  
  64. Split version 37.5        29 March 1993                         1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. Usage(V37)                                             Usage(V37)
  71.  
  72.  
  73.        Licence, a copy of which accompanies each copy of SSpplliitt.
  74.  
  75.        Torsten Poulin encourages you to improve and extend SSpplliitt,
  76.        and  urges  that  you  contribute  your  extensions to the
  77.        world.
  78.  
  79. SSEEEE AALLSSOO
  80.        CCOONNCCAATT(V37), JJOOIINN(AmigaDOS), TTYYPPEE(AmigaDOS)
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. Split version 37.5        29 March 1993                         2
  131.  
  132.  
  133.